﻿.icon_select_mate {
    position: absolute;
    top: 5px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    width: 68px;
    height: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    background: #f7f7f7;
    border-right: 1px solid #F00;
    /* box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);*/
    transition: all 375ms ease-in-out;
    cursor: pointer;
    /* Oculto el elemento select */
}

.select_mate select {
    display: none;
}

.selecionado_opcion {
    position: relative;
    top: 1px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.cont_list_select_mate {
    display: none;
    position: relative;
    top: 2px;
    float: left;
    width: 100%;
    z-index: 10000;
}

.cont_list_select_mate ul {
    font-size: 10px;
    font-weight: 500;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.cont_list_select_mate ul li:hover {
    background-color: #ffc0a9;
}


.sear_content {
    position: relative;
}

.history_box, .search_bykey {
    position: absolute;
    width: 340px;
    border: 1px solid #BBBBBB;
    border-top: none;
    left: -1px;
    top: 32px;
    background: #fff;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    z-index: 9999999;
    clear: both;
}

    .history_box .color_title {
        color: #F54405;
        padding-top: 10px;
        padding-left: 12px;
    }

    .history_box .history_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 12px;
        height: 37px;
    }

        .history_box .history_item:hover {
            background: #F2F2F2;
        }

    .search_bykey .search_bykey_item {
        width: 100%;
        /* align-items: center;
        justify-content: space-between;*/
        box-sizing: border-box;
        padding: 0 12px;
        height: 37px;
        cursor: pointer;
        line-height: 37px;
    }

        .search_bykey .search_bykey_item:hover {
            background: #F2F2F2;
        }
.hot_search {
    display:flex;
    align-items:center;
    padding-left:12px;
    color:red;
    padding-bottom:5px;
}
    .hot_search .a_link {
        margin-left:7px;
        cursor:pointer;
        position:relative;
        top:3px;
    }
.sear_kw_first_div {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 1px;
}
    .sear_kw_first_div .flex_div {
        display: flex;
        align-items: center;
    }